ActiveReports 9
ToItemCollection<T>(IEnumerable<T>) Method

The seq.
Wraps the list to item collection.
Syntax
'Declaration
 
Public Overloads Shared Function ToItemCollection(Of T)( _
   ByVal seq As System.Collections.Generic.IEnumerable(Of T) _
) As IItemCollection(Of T)
public static IItemCollection<T> ToItemCollection<T>( 
   System.Collections.Generic.IEnumerable<T> seq
)

Parameters

seq
The seq.

Type Parameters

T
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemCollectionExtensions Class
ItemCollectionExtensions Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum